home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / isapi.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  1.3 KB  |  33 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - ISAPI - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">ISAPI</h1>
  16. <br />
  17. ISAPI (Internet Server Application Program Interface) is a protocol
  18. used by Windows based computers to run a dynamic application loading an external module 
  19. in the web server process address space.
  20.  
  21. In order to use ISAPI, you must create a DLL (dynamic link library) that exports some symbols called by the web server.<br />
  22. <br />
  23. <span class="warning">Warning</span>: If an ISAPI application crashes it may cause the calling application to fail also so it can be a MyServer crash cause.<br />
  24. <br />
  25. <br />
  26. For more information, you can read Microsoft's <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_core_isapi_server_extensions_and_filters.asp">ISAPI Overview</a>.<br />
  27. <br />
  28. </td>
  29. </tr>
  30. </table>
  31. </body>
  32. </html>
  33.